LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Item Property (ListWithEvents<T>)

Show in webframe






The zero-based index of the element to get or set.
Gets or sets the element at the specified index.
Syntax
public T this[ 
   int index
]; {get; set;}
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As T
'Usage
 
Dim instance As ListWithEvents(Of T)
Dim index As Integer
Dim value As T
 
instance.Item(index) = value
 
value = instance.Item(index)

            

            
public: __property T* get_Item   int index
;
public: __property void set_Item   int index,
   T* value
;
public:
property T* default [int] {
   T* get(int index);
   void set (int indexT* value);
}

Parameters

index
The zero-based index of the element to get or set.

Property Value

The element at the specified index.
Requirements

Target Platforms

See Also

Reference

ListWithEvents<T> Class
ListWithEvents<T> Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.